home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 43
/
Vol 43.iso
/
games
/
superdog.swf
/
scripts
/
DefineSprite_84_moredog
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-06-25
|
274 b
|
13 lines
stop();
this.swapDepths(500 + _parent._parent.dep++);
onEnterFrame = function()
{
if(this.fk.hitTest(_parent._parent.man))
{
_parent._parent.s_point.start();
_parent._parent.life += 1;
delete this.onEnterFrame;
this.play();
}
};